inherited DirSyncSessionOpsFrame: TDirSyncSessionOpsFrame Caption = 'Sync' object SyncOpsGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 217 Caption = 'Actions' TabOrder = 0 object LeftNewerImage: TUiImage Left = 8 Top = 66 Width = 16 Height = 16 Images = BcImages.MainImages end object RightNewerImage: TUiImage Left = 8 Top = 90 Width = 16 Height = 16 Images = BcImages.MainImages end object LeftOrphanImage: TUiImage Left = 8 Top = 114 Width = 16 Height = 16 Images = BcImages.MainImages end object RightOrphanImage: TUiImage Left = 8 Top = 138 Width = 16 Height = 16 Images = BcImages.MainImages end object DiffImage: TUiImage Left = 8 Top = 162 Width = 16 Height = 16 Images = BcImages.MainImages end object SameImage: TUiImage Left = 8 Top = 186 Width = 16 Height = 16 Images = BcImages.MainImages end object LeftNewerLbl: TUiLabel Left = 124 Top = 68 Width = 99 Height = 13 Alignment = taRightJustify Caption = 'If file on left is newer:' FocusControl = LeftNewerEdit end object RightNewerLbl: TUiLabel Left = 118 Top = 92 Width = 105 Height = 13 Alignment = taRightJustify Caption = 'If file on right is newer:' FocusControl = RightNewerEdit end object LeftOrphanLbl: TUiLabel Left = 134 Top = 116 Width = 89 Height = 13 Alignment = taRightJustify Caption = 'If file is only on left:' FocusControl = LeftOrphanEdit end object RightOrphanLbl: TUiLabel Left = 128 Top = 140 Width = 95 Height = 13 Alignment = taRightJustify Caption = 'If file is only on right:' FocusControl = RightOrphanEdit end object DiffLbl: TUiLabel Left = 134 Top = 164 Width = 89 Height = 13 Alignment = taRightJustify Caption = 'If files are different:' FocusControl = DiffEdit end object SameLbl: TUiLabel Left = 129 Top = 188 Width = 94 Height = 13 Alignment = taRightJustify Caption = 'If files are the same:' FocusControl = SameEdit end object PresetLbl: TUiLabel Left = 8 Top = 16 Height = 13 Caption = 'Presets:' end object PresetEdit: TUiComboBox Left = 8 Top = 32 Width = 233 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 TabOrder = 0 OnChange = PresetEditChange OnDrawItem = PresetEditDrawItem end object LeftNewerEdit: TUiComboBox Left = 232 Top = 64 Width = 169 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = StatusEditChange end object RightNewerEdit: TUiComboBox Left = 232 Top = 88 Width = 169 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 OnChange = StatusEditChange end object LeftOrphanEdit: TUiComboBox Left = 232 Top = 112 Width = 169 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnChange = StatusEditChange end object RightOrphanEdit: TUiComboBox Left = 232 Top = 136 Width = 169 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 OnChange = StatusEditChange end object DiffEdit: TUiComboBox Left = 232 Top = 160 Width = 169 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 5 OnChange = StatusEditChange end object SameEdit: TUiComboBox Left = 232 Top = 184 Width = 169 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 6 OnChange = StatusEditChange end end object MiscGroupBox: TUiGroupBox Left = 8 Top = 232 Width = 409 Height = 65 Caption = 'Miscellaneous' TabOrder = 1 object SyncEmptyFoldersEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Sync &empty folders' TabOrder = 0 OnClick = SomethingChangedClick end object UseRecycleBinEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = '&Use recycle bin if possible' TabOrder = 1 OnClick = SomethingChangedClick end end end